Not all heroes wear capes..thank you
Best posts made by arrajj
-
RE: Indicators inputs are appearing without indicating thatposted in Questions & Answers
Latest posts made by arrajj
-
How to have a counter per bar that goes back to zero when there is a crossposted in Questions & Answers
the goal is to have a counter of the number of bars that starts at each time a cross happens in an indicator... for more info the counter is in the yellow in the pic below

-
RE: Indicators inputs are appearing without indicating thatposted in Questions & Answers
Not all heroes wear capes..thank you
-
Indicators inputs are appearing without indicating thatposted in Questions & Answers
Hello,
So I have these inputs for my indicator

When I import the EA to backtest it, I see them always as inputs with strange names

So i have decided to make constants as inputs and assign them to be the values for these inputs


However, in my condition for this indicator i have this:

and yet, I am still having these strange inputs next to my constant,

how can I get rid of these _Value#_Value inputs? and have the constants replace them? or if there is any other better way I would be thanklful
Thank you -
how to create two trades and exit the other with trailing stopposted in Questions & Answers
Hello,
Suppose that I have managed to place two trades on the same price
On entry:
1st trade: with defined TP and SL
2nd trade: with defined SLthe goal is, When my 1st trade reaches the TP, I want the 2nd trade to change its stop loss to break even, and place a trailing stop after that
How could that be done?