- Search Crypto Craft
- 611 Results (37 Threads, 574 Replies)
- Spectre2006 replied Mar 20, 2017
above code is from different platform, see how beautiful it looks.. the position size keeps increasing till profit target is hit. The code is just a tool, its up to the trader to know when to implement it. And what parameters to put, a very ...
Line in the Sand
- Spectre2006 replied Mar 20, 2017
it captures some crosses, but not all, and leaves you in a position that conflicts with the breakout. Cost up to $300 spent on above code.
Line in the Sand
- Spectre2006 replied Mar 20, 2017
url didn't want to clutter thread with code. But the link points to the current state code. The code doesn't capture every cross, so needs refinement. If a refinement is posted, I will paypal $100 dollars to anyone who can fix it and refine it, so ...
I will code your EAs and Indicators for no charge
- Spectre2006 replied Mar 20, 2017
//+------------------------------------------------------------------+ //| line in sand.mq5 | //| Copyright 2017, MetaQuotes Software Corp. | //| url | //+------------------------------------------------------------------+ #property copyright ...
Line in the Sand
- Spectre2006 replied Mar 14, 2017
I haven't fully tested the code, and I'm sure improvements can be made. It cost 150 USD for freelance work from MQL5 site. If people post updated files, I will contribute input as needed. I will check back in this forum.
Line in the Sand
- Spectre2006 replied Mar 14, 2017
As promised, I outsourced code creation. I have attached the MQL5 file. If anyone wishes to improve on it, please post updated files.
Line in the Sand
- Spectre2006 replied Mar 12, 2017
Back to hibernation.. wanted to give back.. soon this thread will be buried among others.. as time passes.
Line in the Sand
- Spectre2006 replied Mar 12, 2017
always trade at 'statistical outliers'... extremes of ATR/STD/visual support/resistance lines.. on longer time.
Line in the Sand
- Spectre2006 replied Mar 12, 2017
notice the dangers of trading in the middle of 60 min Range.. between support/resistance..
Line in the Sand
- Spectre2006 replied Mar 12, 2017
each derivative has its own ATR STD specs.. Fridays.. NFP 8:30am spike in ATR/STD... get price .. trade price...
Line in the Sand
- Spectre2006 replied Mar 12, 2017
ATR > .8 STD > 2.0 ..get price, trade price... notice the losses would be expected to be much higher.. but still ended up making profit.
Line in the Sand
- Spectre2006 replied Mar 12, 2017
Condition = STD > 2.0 ATR > .5, get price, turn on algo...
My first FX martingale attempt