Renko Fan joined the group
TZ and SS. 10 years, 8 months agoJurtzi joined the group
TZ and SS. 10 years, 8 months agosinergus joined the group
TZ and SS. 10 years, 8 months agoardi joined the group
Fractal Arrow Prediction 10 years, 8 months agoardi joined the group
TZ and SS. 10 years, 8 months agovixtradervix joined the group
TZ and SS. 10 years, 8 months agoDrey joined the group
TZ and SS. 10 years, 8 months agothirdconfig joined the group
TZ and SS. 10 years, 9 months agoMehtab joined the group
TZ and SS. 10 years, 9 months agoGeorge replied to the topic Charts posted by GG in the forum
Fractal Arrow Prediction 10 years, 9 months agoYou are right! Forget about it. Thank You. :)
LittleCaro replied to the topic Charts posted by GG in the forum
Fractal Arrow Prediction 10 years, 9 months agoDon’t worry, take your time !
Thank you very much, it’s so kind of you

gg53 replied to the topic Charts posted by GG in the forum
Fractal Arrow Prediction 10 years, 9 months agoThis indie is an ancient one… I’ll try to meet your request with a more current version.
Sorry, it won’t be immediate and can take some time b4 delivery, since I’m quite busy this days.
G.
LittleCaro replied to the topic Charts posted by GG in the forum
Fractal Arrow Prediction 10 years, 9 months agoOk,
I have made some progress, here is my code again :
if ((clnow > clpre) && (clpre > 0.01)) SendLong = true;
if ((clnow < clpre) && (clpre < 0.01)) SendLong = true;
I filter my wrong entry (red vertical), but with the currently shaped indicator, it filters also the vertical blue line. And currently i don’t have any so…[Read more]
LittleCaro replied to the topic Charts posted by GG in the forum
Fractal Arrow Prediction 10 years, 9 months agoOk,
I have made some progress, here is my code again :
if ((clnow > clpre) && (clpre > 0.01)) SendLong = true;
if ((clnow < clpre) && (clpre < 0.01)) SendLong = true;
I filter my wrong entry (red vertical), but with the currently shaped indicator, it filters also the vertical blue line. And currently i don’t have any so…[Read more]
LittleCaro replied to the topic Charts posted by GG in the forum
Fractal Arrow Prediction 10 years, 9 months agoOk,
I have made some progress, here is my code again :
if ((clnow > clpre) && (clpre > 0.01)) SendLong = true;
if ((clnow < clpre) && (clpre < 0.01)) SendLong = true;
I filter my wrong entry (red vertical), but with the currently shaped indicator, it filters also the vertical blue line. And currently i don’t have any so…[Read more]
LittleCaro replied to the topic Charts posted by GG in the forum
Fractal Arrow Prediction 10 years, 9 months agoOk,
I have made some progress.
if ((clnow > clpre) && (clpre > 0.01)) SendLong = true;
if ((clnow < clpre) && (clpre < 0.01)) SendLong = true;
I filter my wrong entry (red vertical), but with the currently shaped indicator, it filters also the vertical blue line. And currently i don’t have any solutions to take the blue v…[Read more]
LittleCaro replied to the topic Charts posted by GG in the forum
Fractal Arrow Prediction 10 years, 9 months agoThank you for your answer !
I will post my code and 1 screenshot to explain my problem.
You see on the backtest screenshot, at the red vertical : the short closed and immediately a buy open, BUT it shouldn’t open buy because the closenow>closebefore.
Here is my code :
//Trading decision.
bool SendLong = false, SendShort = false;
LittleCaro replied to the topic Charts posted by GG in the forum
Fractal Arrow Prediction 10 years, 9 months agoThank you for your answer !
I will post my code and 1 screenshot to explain my problem.
You see on the backtest screenshot, at the red vertical : the short closed and immediately a buy open, BUT it shouldn’t open buy because the closenow>closebefore.
Here is my code :
//Trading decision.
bool SendLong = false, SendShort = false;
LittleCaro replied to the topic Charts posted by GG in the forum
Fractal Arrow Prediction 10 years, 9 months agoThank you for your answer !
I will post my code and 1 screenshot to explain my problem.
You see on the backtest screenshot, at the red vertical : the short closed and immediately a buy open, BUT it shouldn’t open buy because the closenow>closebefore.
Here is my code :
//Trading decision.
bool SendLong = false, SendShort = false;
gg53 replied to the topic Charts posted by GG in the forum
Fractal Arrow Prediction 10 years, 9 months agoGadi_TickVolume uses only ONE buffer.
The logic of histogram coloring is done without external buffers, just by comparing current value to previous one.
The white border line is EMA(1) of the histogram.
G.
- Load More