- Search Crypto Craft
- 3,120 Results (3,111 Replies, 9 Comments)
-
sakisf replied Nov 21, 2017Made a mistake there with the ='s. Should work as mladen said above. Add your additional conditions to discern between sell/buy. White arrows are where it would have placed a trade in Eur M30.
I need help to find a problem in the code
-
sakisf replied Nov 21, 2017Check your conditions too: if( (Open[3] > Close[3]) && (Open[2] > Close[2]) && (Open[1] > Close[1]) && (High[1] > (High[2]+2*Point)) && (Range_candle1 = true) && (Range_candle2 = true) )
I need help to find a problem in the code
-
sakisf replied Nov 21, 2017Alert when it does what? It gives almost 1 signal every 4-5 bars.
I will code your EAs and Indicators for no charge
-
sakisf replied Nov 21, 2017Here you are (only works for >H1): edit: fixed it.
I will code your EAs and Indicators for no charge
-
sakisf replied Nov 21, 2017I checked it but don't really understand what you are saying there with regards to TARGET and SL. Show it on a chart and name the numbers (tp/sl) so I can understand.
I will code your EAs and Indicators for no charge
-
sakisf replied Nov 19, 2017I can't do the EA because it's a chaos and I am not experienced with EA's so I might break it completely.
I will code your EAs and Indicators for no charge
-
sakisf replied Nov 19, 2017It will have a sound, however the arrow might disappear in the near future as the indi repaints, then reappear then disappear again. Every new arrow appearance will have a sound alarm. For the other indi uncomment lines 98 and 108, i.e.: ...
I will code your EAs and Indicators for no charge
-
sakisf replied Nov 19, 2017Try this one: file file Indi is repainting so you should expect similar behavior from alerts.
I will code your EAs and Indicators for no charge
-
sakisf replied Nov 16, 2017Change line 68 from if(lot<1) lot=1; to if(lot<0.01) lot=0.01;
I will code your EAs and Indicators for no charge
-
sakisf replied Nov 16, 2017It works, make sure you have allowed dll and have ZigZag.ex4 in your indicators folder.
I will code your EAs and Indicators for no charge
-
sakisf replied Nov 14, 2017It means to trade USD & JPY (not USD JPY) vs all the others, either buy them (risk off) or sell them together vs all other currencies (risk on). There are days you can use it too. Re your pm regarding oil and gold, the cfd is different for each ...
Trading Dashboard For Currency Basket Trader (EA)
-
sakisf replied Nov 13, 2017While with multicharts check out their new imbalance delta charts, might prefer them over footprint: url . I like MC for placing orders but handling the chart feels a bit odd.
100 Trades Analysis
-
sakisf replied Nov 13, 2017Eur will probably be brought down soon. There's divergence between its basket and EU, mostly because correlated markets are moving faster, but AUD, GBP, NZD will drag it down at some point.
EURUSD
-
sakisf replied Nov 12, 2017Made some amendment to open / close trades with specific input Magic Number, in order not to affect your other trades which were opened outside the basket trade when you use close all trades or if you want to open basket in increments and close them ...
Trading Dashboard For Currency Basket Trader (EA)