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.
gg53 replied to the topic Charts posted by GG in the forum
Fractal Arrow Prediction 10 years, 9 months agoThat UP move that you are refering to is probably a reaction to some kind of NEWS or announcement.
All my EA’s stop trading and close all positions related to that currency pair at least 30 min. before and after such news.
G.
LittleCaro replied to the topic Charts posted by GG in the forum
Fractal Arrow Prediction 10 years, 9 months agoHello GG53,
I’m writing an EA with your Gadi tick volume v2.2 (very excellent indicator).
But that’s 2 days i’m scratching my head, so i permit to contact you here.
Can you tell me please which buffers do you use for each colors (blue and red) ?
Because i try lots of things and nothing works !
Thank you :)
George replied to the topic Charts posted by GG in the forum
Fractal Arrow Prediction 10 years, 9 months agoNope, I mean if your EA still working, what will you do with this last signal? Because if I remember correctly from FF, this signal came too soon, so it means it is “bad”?
Yes, now I got how it works. Thank You. :) I though I’ll do logic in C# (console program) and then program indicator for MT4 which will give just signal. I don’t know what…[Read more]
gg53 replied to the topic Charts posted by GG in the forum
Fractal Arrow Prediction 10 years, 9 months agoWhat “so big drawdown” are you talking about?
I posted a chart, not trading journal…
Logic is written in mql and interface to DB is C#.
G.
George replied to the topic Charts posted by GG in the forum
Fractal Arrow Prediction 10 years, 9 months agoThank you, G! I’ll ask some questions. Your main “logic” is programmed in Visual Studio? If yes, are you using just console application? I’ll learn much better when know about little things like these. :) And yeah, never saw so big drawdown. This means that this signal was “bad”? (Hope you understand) Thanks again! :)
gg53 replied to the topic Charts posted by GG in the forum
Fractal Arrow Prediction 10 years, 9 months agoAttached recent EU H4 :
G.
George replied to the topic Charts posted by GG in the forum
Fractal Arrow Prediction 10 years, 9 months agoWell, first I was curious! And it’s a bit dead here..
so I asked for some pictures. And I want learn C# again after some time, I failed before when tried to learn cycles. Need motivation..
And yeah, don’t want to bother so much about this but, please, if you get 4H signal, can you share it with us? Want to look at it real time af…[Read more]netsu joined the group
Fractal Arrow Prediction 10 years, 9 months agogg53 replied to the topic Charts posted by GG in the forum
Fractal Arrow Prediction 10 years, 9 months agoGeorge wrote:
Hi gg, do you have any new charts? :) Can be long term version! If you can post at least one I would be happy. :) Have a nice day!What’s the purpose/question?
Attached recent EU M5 & M15:
G.
gg53 replied to the topic Charts posted by GG in the forum
Fractal Arrow Prediction 10 years, 9 months agoAttached recent EU M5 & M15:
G.
George replied to the topic Charts posted by GG in the forum
Fractal Arrow Prediction 10 years, 9 months agoHi gg, do you have any new charts? :) Can be long term version! If you can post at least one I would be happy. :) Have a nice day!
marlonb joined the group
Fractal Arrow Prediction 10 years, 9 months agoVlanFx replied to the topic How to: Creation of Fractal Arrow Indi in the forum
Fractal Arrow Prediction 10 years, 10 months agoDoes this apply to real-time bars only? Or also to historical bars?
Thanks
Vlan
Vincent joined the group
Fractal Arrow Prediction 10 years, 10 months agogg53 replied to the topic How to: Creation of Fractal Arrow Indi in the forum
Fractal Arrow Prediction 10 years, 10 months agoSame High (Low) is for internal bars within the ZZ leg, not the top/bottom ones.
G.
VlanFx replied to the topic How to: Creation of Fractal Arrow Indi in the forum
Fractal Arrow Prediction 10 years, 10 months agoHi GG,
What bars do you consider to have ‘same highs’ ? Do their highs have to be within certain static price range from each other? or maybe dynamic range?
Also, why is high/low important if both Fractals and ZigZag indicators are calculated based on Close price?
Thanks
Vlan
- Load More