Forum

shown Arrow problem

Hi, I am programming an indicator which must shown an arrow on every day the conditions are met for all available days there are in my chart. I've got it working when I met all the conditions with price. When I will met a condiont with pricetp, it doesn't work anymore and show every day an arrow

Code will nopt trigger on live mode

Hi, I am trying to vreate an EA. 1 of the things the EA ust do, Is to close an order when the 3 over 5 EMA conditions are met on the open of a new candle. When I try this in the strategy tester , i looks fine, but on a live account it doesn't work. Maybe it is a slippage issue? Or is the code

Strange alert problem

Hi, I try to learn some coding. I try to make a TDI indicator with different alerts. Als I want that those alerts only will be send and the beginning of a new candle. When for example there is an TDI crossover red over green (scalping alert) I got an alert and everything works fine. But when I have

Alert when candle opens

Hi, I am trying to create an indicator, which is working now, but I've got a lot of alerts by every thick. I want to change this, so that I have only an alert when a new candle is open. Can someone help me with my code and tell me what i am doing wrong? Here is my code: #define INDICATOR_NAME