Hi guys, could one of you very generous coders please add alerts when there is a change of colour to the MA.
Thank you in advance for your time.
Regards, Baz
Thank you in advance for your time.
Regards, Baz
Attached File
Fixing Your Indicators or EAs (Free) 451 replies
Coding robots and indicators in C# for no charge (cTrader API) 180 replies
Oanda MT4 - Indicators and EAs not showing 1 reply
EAs and indicators relating to moutaki... 22 replies
InterbankFX has loaded its MT4 platform with custom EAs, indicators and scripts 1 reply
Disliked{quote} Would be awesome if you can add the previous 6 months HL and Quaters HLIgnored
DislikedDear Ganztrade- This post is regarding the Original Multichannels indicator you listed a few posts back (Post 41,334)- I really like this indicator , Thanks again for posting it , I see the potential of it and it seems to fit in very nice with my set up . I had a chuckle at the other guy griping but I like it a lot, different strokes for different folks I guess? The only request I have if possible it seems to be mainly green - if you can alter it so the mainly green portion can be changed to a color that I can choose would be fantastic I recognize...Ignored
Disliked{quote} Looking good ! Two things please : 1...Please ad just one more feature : from the outside 50 lines, add a plus 30 and minus 30 line also 2...Will it be possible to have the indicator able to be put on past days also, so I can do some backtesting / learning ? GREAT JOB dude Me likes !Ignored
Disliked{quote} Looking good ! Two things please : 1...Please ad just one more feature : from the outside 50 lines, add a plus 30 and minus 30 line also 2...Will it be possible to have the indicator able to be put on past days also, so I can do some backtesting / learning ? GREAT JOB dude Me likes !Ignored
Disliked{quote} here stay green https://cdn-resources.faireconomy.me....png?v=1.0.0.3 {file} {image}Ignored
Dislikedi am trying to code a fractal condition in the indicator box below the chart but cant get this to work. it should be displaying a dot on the zero line or point of the indicator box. thankyou for any help :-){file}Ignored
Dislikedhello BlueRain, Could you tell me on that EA if virtual/hidden sell stop are triggered by ask price line (like usual for sell stop) or by bid price line ( like i would like it) if not, could you make it so ? the guy did a great little EA BUT didn't draw on the chart the virtual SL or TP, so it's hard to see for the MT4 user.... it's nice to hide from market but non from user...thank you. {file}
Ignored
Disliked{quote} Below is where EA calcurate profit. //Get Points if(OrderType()==OP_BUY) { CloseColor=clrBlue; ClosePrice=bid; Points=(int)((ClosePrice-OrderOpenPrice())/point); } else if(OrderType()==OP_SELL) { CloseColor=clrRed; ClosePrice=ask; Points=(int)((OrderOpenPrice()-ClosePrice)/point); } Normally, this is correct calculation - as it would be the price you get when you close price. if you need to change, you would change this line: ClosePrice = ask; to ClosePrice = bid. Not sure why you want to change but modified is attached anyway. {file}Ignored
Disliked{quote} Hi BlueRain: I've also used RoNz Auto SL-TS-TP to lock in / trail profits. It works fine using pips... If it is possible BlueRain... please add the option to trail in dollars (account currency)... that way I could use just one instance of the EA to trail all forex pairs and metals... regardless of their pip values. Thank you for your work on Click-to-Call-A-Script indicator. It works great and I have not run into any problem calling scripts. pax {file}Ignored