- Search Forex Factory
- 3,118 Results (3,109 Replies , 9 Comments )
- sakisf replied Oct 21, 2020
Click D to delete the Fib, C to recreate it.
I will code your EAs and Indicators for no charge
- sakisf replied Oct 14, 2019
bool new_2m_check = false; static datetime start_2m_time = 0; if (start_2m_time < iTime(NULL, ChartPeriod(), 0) && (TimeCurrent() >= (iTime(NULL, PERIOD_CURRENT, 0) + 25) && TimeCurrent() <= (iTime(NULL, PERIOD_CURRENT, 0) + 55))) { new_2m_check = ...
Best Way to Code Trade Once per Bar at Open on MT4?
- sakisf replied Oct 12, 2019
Yes it wouldn't matter on live as you already have bars on the chart while tester recreates from 1st bar. Unless you still run it inside the for loop every tick and it checks from 1st bar in the chart.
Fixing an Array out of range error in MT4 EA
- sakisf replied Oct 11, 2019
IntInd1S2,IntInd1S1 PerH1 = High[iHighest(SymbolToManage,IntIndTF1,MODE_HIGH,IntInd1S2,BarCount1+IntInd1S1) start at 2 bars back + barcount1, count 14 bars back = barcount1+2+14 bars+0 bar = minimum 17, so if tester starts at bar 0+barcount1 it will ...
Fixing an Array out of range error in MT4 EA
- sakisf replied Oct 10, 2019
Are you sure you are getting the error from the above? Because this is not filling any arrays, it just assigns the value of the last i to the doubles and does unnecessary cycles. Hi! ofc it might hit some High or Low out of range. For that just set ...
Fixing an Array out of range error in MT4 EA
- sakisf replied May 13, 2019
This one needs to be insulted because he still thinks it's a Game of Candles (would be a nice GoT alt). News affect this market more than fx, gotta be constantly updated and watch the correlated markets. There are the technical days with the 123s ...
(binned per thread starter’s request) Give me your money
- sakisf replied May 13, 2019
Pay attention to the news. Trump started tweeting about the end of trade talks since last night (your mid-day) before the market opened. There was no place for longs in the market today and you played them in big sizes too. You can't go counter the ...
(binned per thread starter’s request) Give me your money
- sakisf replied May 9, 2019
You have to change symbols to CQG style. The watchlist has Rithmic style symbols.
(binned per thread starter’s request) Give me your money
- sakisf replied May 6, 2019
Amp is 1.28 with qtrader (on low volume tier). 0.78 on Sierra v3 (free) cqg route or 1.08 on rithmic feed. So with amp, cqg and any free platform you get a good price - half tick commissions for es, better than micro currencies. For the others it's ...
E-micro: The spot forex killer?
- sakisf replied Apr 30, 2019
No, stop loss is actually a market order so if there are no bids/sells at your price and the move is fast, you will get slipped (neg or pos). You can use stop-limit orders but execution is not guaranteed, or oco orders (i.e. limit sell at sp 2497 ...
Currency futures vs Forex execution time
- sakisf replied Apr 30, 2019
Nope, they get executed at price or not at all.
Currency futures vs Forex execution time
- sakisf replied Apr 29, 2019
I checked the indi through the tester and it is repainting badly. I wouldn't use it for live trading.
I will code your EAs and Indicators for no charge
- sakisf replied Apr 27, 2019
Executed with high slippage & spread is awful. MMs withdraw positions pre- very important news and you are left there to trade with only other retailers in a thin market. Market orders get in whatever the condition at the best possible price - which ...
Currency futures vs Forex execution time
- sakisf replied Apr 25, 2019
It is supposed to be run as an EA (not trading) and you can change this line: Sleep(2000) to make the delay bigger/smaller. 2000ms = 2sec.
I will code your EAs and Indicators for no charge
- sakisf replied Apr 25, 2019
Here you are (untested):
I will code your EAs and Indicators for no charge
- sakisf replied Apr 25, 2019
MM in futures is a different concept than in FX. It means bigger institutional entities which provide liquidity to the market in order to keep it tradeable with small spread. And the MMs are doing it because they are receiving very low commissions ...
E-micro: The spot forex killer?
- sakisf replied Apr 25, 2019
The way futures volume & T&S is served through the feeds now (consolidated, aggregated) even the volume you receive there is not really accurate. I think the only raw feed left is from DTN (IQFeed). With cqg my tick to real volume does not differ ...
Smart Volume Divergence!
- sakisf replied Apr 24, 2019
Sorry can't do mtf without the source of graalun.
I will code your EAs and Indicators for no charge
- sakisf replied Apr 24, 2019
Try it out (GraalUn indi should stay in your indicators folder):
I will code your EAs and Indicators for no charge