No a pink for each trade set on newest to oldest 1, instead if if trade, place another buy/sell block underneath
Posts made by jstap
-
RE: Wait 10 minutes after the last entryposted in Questions & Answers
-
RE: Wait 10 minutes after the last entryposted in Questions & Answers
Pink blocks if trade check age before placing a new
-
RE: "No position nearby" block not working well.posted in Questions & Answers
Not sure, but you could try getting the open price with pink blocks, then checking if < OR > your current/chosen price.
-
RE: Draw Lines @ axisposted in Questions & Answers
You can use this,
ChartXYToTimePrice(
long chart_id, // Chart ID
int x, // The X coordinate on the chart
int y, // The Y coordinate on the chart
int& sub_window, // The number of the subwindow
datetime& time, // Time on the chart
double& price // Price on the chart
);
in custom code, save into a variable, redraw line using variable, X & Y will stay the same but lines should move with time/price. -
RE: "No position nearby" block not working well.posted in Questions & Answers
I have never got these blocks to work for me (might be me), set up this so a trade is set on back test, this way you can see how the block works.
-
RE: Mt4 indicator to Mt5posted in Questions & Answers
There is no one, you could try @roar but I am unsure
-
RE: Can't find shift for stochastic oscillator and CCiposted in Questions & Answers
On FX you can sellect candle ID here:

-
RE: Mt4 indicator to Mt5posted in Questions & Answers
Not here you will have to find someone to pay and convert, or find the MT5 version of it.
-
RE: Forum updateposted in Questions & Answers
@make_123 Then create a question, put in what you have done, ask about what you want to do. I will not reply to you on this thread again
. -
RE: heiken ashi wont do anything I askposted in Questions & Answers
For now your only option is to use custom code: https://fxdreema.com/forum/topic/17790/have-had-to-use-icustom-to-get-heiken-ashi-to-work
-
RE: How to set daily profit targetposted in Questions & Answers
Leave all so block checks from day start, put above the no position block
-
RE: Forum updateposted in Questions & Answers
@make_123 No you make, stop hijacking other peoples thread...
-
RE: Which of this models is best to test EAS?posted in Questions & Answers
Because only if your ea is only working on closed candles...not very likely
-
RE: Auto Magic Number or Different Magic Number for each pairposted in Questions & Answers
When you place a trade, place it with a group number, you can then use this number to control the trade, for E.G trail the stop. A group number is added to the magic number, so magic 3333 plus group 33 would equal a used magic number of 3366.
-
RE: Which of this models is best to test EAS?posted in Questions & Answers
Every tick, it says why in your text.
-
RE: Auto Magic Number or Different Magic Number for each pairposted in Questions & Answers
Use a magic group number for each pair.