No it will affect only the chart it's on.
Posts made by jstap
-
RE: what is happening to my botposted in Questions & Answers
You have to build it, for example count minutes in to a variable, reset this on placing a trade, above close check minutes are > chosen number, with a condition.
-
RE: Close all positionsposted in Questions & Answers
I won't build it for you, but tell me what you are doing and I will help you.
-
RE: what is happening to my botposted in Questions & Answers
As that is if there is a cross once per bar a trade will open, if candle 1 is bullish the trade will close, as your ma's are gong to cross due to an up push trade will likley close straight away, try different logic, or put a pause in before the close.
-
RE: ATR value to Pips - Tutorialposted in Tutorials by Users
The picture was from that link, otherwise just write the word else in the code.
-
RE: How do i make the one per bar as a input to turn on/off?posted in Questions & Answers
How do you want to turn it false, condition, ea inputs, however you want.
-
RE: number of tradesposted in Questions & Answers
Use bucket of closed trades to get number, used bucker count to work with count.
-
RE: How do i make the one per bar as a input to turn on/off?posted in Questions & Answers
Add a bool variable above.
-
RE: Run only onceposted in Questions & Answers
A shared link allows people to see what you've done, so people can advise what to do different.
-
RE: setting codeposted in Questions & Answers
Sill not sure what you mean, this will work on any chart.
-
RE: Build a buy/sell stop bot that trails after the marketposted in Questions & Answers
Just right click and insert:

-
RE: setting codeposted in Questions & Answers
Not sure what you mean? just add it to the gold chart
-
RE: Build a buy/sell stop bot that trails after the marketposted in Questions & Answers
This is a start for you, you have to test and add/change until it is doing what you want, leave martingale until it's working as wanted (martingale is a bad idea).
https://fxdreema.com/shared/LQwsPCibb -
RE: Build a buy/sell stop bot that trails after the marketposted in Questions & Answers
once per bar add 1 to a variable, when variable = 25 do something and reset the variable
-
RE: EA which automatically adds custom indicators to the chartposted in Questions & Answers
Add a template containing indicator, and EA, in chart and objects apply template, this will only work on live demo, not back test.
-
RE: Build a buy/sell stop bot that trails after the marketposted in Questions & Answers
The spike will go through SL, TP, Stop order, they will activate when candle stops moving.
