I'm afraid I don't get it yet. How can objects be drawn on other charts if the bot will be running on 1 chart only?
Controversial posts made by l'andorrà
-
RE: Draw/Delete objects on different chart ???posted in Questions & Answers
-
RE: Anyone knows how to deal with Error 4002?posted in Questions & Answers
@fxdreema What do you exactly mean by 'you forgot to set at least one of them'? All of them are set to 0 by default as you can see in the Constants. Should I remove any of those .set files? If so which ones?
-
RE: Lack of proper buying and sellingposted in Questions & Answers
You are requesting many conditions to be true exactly at the same time and exactly at the open of every new candle. You should try to check if all of them can be true under those conditions.
-
RE: problem with 3 timeframe confirmation together then tradeposted in Questions & Answers
@ali-pahlawan Remove block 2 and add two more condition blocks like those with numbers 3 and 4. This time specify those timeframes you want on the 'Timeframe' display menu you will find on the 'More settings' tab of each right operand.
-
RE: Bucket of trades when trade is createdposted in Questions & Answers
@vendettafx Can you please share the link to your project?
-
RE: Trading Multiple Pairs with one EAposted in Questions & Answers
@realjoker Did you ask for permission to publish your channel in the signature to the admin? If not, could you please remove it?
-
RE: EA Renkoposted in Questions & Answers
@cartaza Te confirmo que la configuración es correcta. Efectivamente la barra 1 es la inmediatamente anterior a la que se está formando en este preciso instante y la barra 2 es la anterior a 1 en el gráfico. No dudes e seguir preguntando lo que necesites.
-
RE: BUILD ZONE RECOVERY EAposted in Questions & Answers
Ok. But are are all those feature be mutually dependent on each other? I guess so, so what are the conditions to those connections?
-
RE: Hi every one pls advice how to build EA . trade when price price 50 pips away from MA if price continues rising open 2 Nd trade when price 60 pips away from MA X 1.3 FROM 1ST ORDER WILL APRICIATE ALL REGARDS ALTAFposted in Questions & Answers
@ahb Can buys and sell be open at the same time? What about SL distances? More detailed info would be appreciated.
-
RE: Draw Tredlineposted in Questions & Answers
@jsauter86 Agreed. Sadly, fxDreema is very innefficient at drawing trend lines. Do it manually and give them a name that can be the used in you buttons.
-
RE: How to create a buttonposted in Questions & Answers
@antoninoscolla Apparently it does work because fxgump didn't ask for more help.
Can you please share your ptoject to take a look at it? -
RE: How can I code this MACD indicator?posted in Questions & Answers
@jsauter86 I'm not completely sure but I guess it isn't. I remember having read in an old thread replied by the admin that what that block does is just identifiying an 'initial' and a 'final' value for the MACD that are then compared to price values. Thisd means what happens 'in between' is mostly itgnored. Never used that block, though.
-
RE: Combine the current candle with the previous one continuously throughout the dayposted in Questions & Answers
@new1 Then you need to create two variables in which you can accumulate that number. Something like this:

-
RE: Manual Trailing stop lossposted in Questions & Answers
@salahuddinonline Great. Please don't hesitate to come back once you have your first project.

-
RE: Manual Trailing stop lossposted in Questions & Answers
@salahuddinonline I see. There is an alternative, maybe. You can run an EA on chart permanently and it can modify a manual trade' SL when conditions are met. Would it work for you?
-
RE: Magic number questions.posted in Questions & Answers
@biztet No. You just need to specify this in all relevant blocks:

-
RE: How to make indicators to cross each other on the indicator window created by RSI levels 20 and 80posted in Questions & Answers
Can you please share your project to take a look at it?
-
RE: crossing two level lines in successionposted in Questions & Answers
You need to use a variable 'remembering' the first cross happened. Then connect it to the second condition. That way the EA will be able to open the trade in the exact order you want. Once both conditions have been met, the variable should be restarted.