PROTECTED SOURCE SCRIPT
已更新 AlAlawi Strategy

Hello Experts / Trolls;
I had written this strategy for a while and although I know how to color my charts, I wish for some expert advice or just some trolls to bring light to the codes weakness area's.
Period = isdwm?timestamp(2012, 01, 01, 00, 00):isintraday?timestamp(2018, 04, 01, 00, 00):timestamp(2018, 04, 01, 00, 00)
The above line of code for example lets my 4H and 1H charts suffer from a small size of testing and I need to change the dates manually, any idea to let a more dynamic approach and accomodate a 1 minute to 4h charts solution without having to play with the dates manually every time.
I also see a huge difference in results when applying this script on a Heikin-Ashi vs Candlestick chart!
So when pyramiding (upto 15) is applied on this strategy, the numbers starts boosting like crazy too!
This is a rough code for now, let me know where to work on the code or just like and share your opinion on this.
I had written this strategy for a while and although I know how to color my charts, I wish for some expert advice or just some trolls to bring light to the codes weakness area's.
Period = isdwm?timestamp(2012, 01, 01, 00, 00):isintraday?timestamp(2018, 04, 01, 00, 00):timestamp(2018, 04, 01, 00, 00)
The above line of code for example lets my 4H and 1H charts suffer from a small size of testing and I need to change the dates manually, any idea to let a more dynamic approach and accomodate a 1 minute to 4h charts solution without having to play with the dates manually every time.
I also see a huge difference in results when applying this script on a Heikin-Ashi vs Candlestick chart!
So when pyramiding (upto 15) is applied on this strategy, the numbers starts boosting like crazy too!
This is a rough code for now, let me know where to work on the code or just like and share your opinion on this.
發行說明
Sadly neither trolls or experts are chipping in .. but here are a few changesAdded a Higher Time Frame to weight in on the position direction confirmation ....
Figured out a few repainting doubts so decided to take the figures from the previous close.
Lowered the Position size from a Lot to 10K on each order and added in a slippage range of 5 ticks.
Swing Trades usually has better results on higher time frames ... so Low Capital Accounts (Think Twice).
Now retesting this script for more issues ... and would like to hear from users out of my Bubble.
發行說明
Fine tuned to more real time usage, now the script calculates on every tick by default and added a 1 point of slippage to allow more of real life affect on closing trades.The Lower timeframe is the new addon - the script would confirm only after the lower time frame had added a confirming close to the direction of our anticipated position.
My biggest brain freeze now with this Period line where I need to manually adjust the Date to have the orders not go beyond the 2000 limit!
發行說明
Refined the Lengths and now need to go forward test this strategy.發行說明
False for the Recalculate after Order is Filled Default setting ....I hope some trolls would come and bash this strategy now
發行說明
Adjusting the Default Length Values and Added the Period Inputs.Anyone care to test if this is a Holy Grail or Holy Fail ?
發行說明
Due to pine and its way of calculating things, I'm avoiding anything related to the Current Bars High / Low / Close.I feel comfortable somewhat to test this strategy out now.
發行說明
Factored in Commission per Order at the cost of 3 USD, since I am using FX usually and that should cover the Major Pairs spreads at a 0.1 Lot發行說明
Cleaning excess text發行說明
Cleansed Up to Go Live發行說明
Go Live Start受保護腳本
此腳本以閉源形式發佈。 不過,您可以自由且不受任何限制地使用它 — 在此處了解更多資訊。
免責聲明
這些資訊和出版物並不意味著也不構成TradingView提供或認可的金融、投資、交易或其他類型的意見或建議。請在使用條款閱讀更多資訊。
受保護腳本
此腳本以閉源形式發佈。 不過,您可以自由且不受任何限制地使用它 — 在此處了解更多資訊。
免責聲明
這些資訊和出版物並不意味著也不構成TradingView提供或認可的金融、投資、交易或其他類型的意見或建議。請在使用條款閱讀更多資訊。