UPDATED CODE: Below I have updated the code from the original posting. Updated corrected some bugs on 11-10-2021
I put together a strategy based on Money Miner , and Ribbon EMAs, see FXAccurate on youtube Trading Idea where I got the idea. Money miner is basically an ATR supertrend idea, and then I added several EMAs 9,20,34,50,100,200 so for example when Buy signal and the close > EMAs then go long, exit either on Profit target, or stop which is based on Sell signal or a fixed stoploss. I just started learning PineScript and this is my first try at coding it. It works very well on NQ 5 min. You can adjust several settings including qty of contracts/shares.
You are welcome to test it out.
My best TOS strategy is CSA Trend and Momentum strategy that @diazlaz on Usethinkscript, I am going to attempt to write that in PineScript
SupertrendEMAStrategy I made the strategy a link rather than expose it to the google website scraping.
I put together a strategy based on Money Miner , and Ribbon EMAs, see FXAccurate on youtube Trading Idea where I got the idea. Money miner is basically an ATR supertrend idea, and then I added several EMAs 9,20,34,50,100,200 so for example when Buy signal and the close > EMAs then go long, exit either on Profit target, or stop which is based on Sell signal or a fixed stoploss. I just started learning PineScript and this is my first try at coding it. It works very well on NQ 5 min. You can adjust several settings including qty of contracts/shares.
You are welcome to test it out.
My best TOS strategy is CSA Trend and Momentum strategy that @diazlaz on Usethinkscript, I am going to attempt to write that in PineScript
SupertrendEMAStrategy I made the strategy a link rather than expose it to the google website scraping.
Last edited: