Search found 4 matches

Re: No Nonsense Forex - Indicators

Yes it will give all signals in history, to limit this to new signals only you can do the following: //--- calculate start position int bar; if(prev_calculated == 0) { bar = 0; int bar_cnt = Bars(_Symbol, _Period); } else bar = prev_calculated - 1; //--- main loop for(int i = bar; i < rates_total &...

Re: No Nonsense Forex - Indicators

For more than one statement in an if statement you need to use parenthesis: if(Buy_Signal != EMPTY_VALUE) { SendNotification("Buy Signal Triggered!"); Alert... } Buy_Signal [ i ] != EMPTY_VALUE I have to choose [ i ] option because , if I choose Buy_Signal !=EMPTY_VALUE , I take error' Bu...

Re: No Nonsense Forex - Indicators

Sure will do Alpha Trend Converted Tradingview indicator, more info: https://www.tradingview.com/script/o50NYLAZ-AlphaTrend/ https://forex-station.com/download/file.php?id=3442951 [/url] https://forex-station.com/download/file.php?id=3442950 [/url] hello to all of you my friends.. I just joined you...

Return to the advanced search