- Search Forex Factory
- 3,120 Results (3,111 Replies, 9 Comments)
- sakisf replied Jul 10, 2024
That's like the biggest futures trading forum (ex bigmiketrading, high on ninja) together with elitetrader... You are probably not very seasoned in futures so you don't know it. Just trying to reinstate the guys status because you mocked his 19 ...
- sakisf replied Jan 22, 2023
Use that EA (guardian) on a single chart and monitor via the the indicator (mincount). Use default settings for 20k eval account or adjust accordingly for other account sizes and change challenge to true. Enable live trading (stops). If you can't ...
- sakisf replied Oct 21, 2020
Click D to delete the Fib, C to recreate it.
- 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 = ...
- 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.
- 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 ...
- 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 ...
- 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 ...
- 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 ...
- sakisf replied May 9, 2019
You have to change symbols to CQG style. The watchlist has Rithmic style symbols.
- 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 ...
- 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 ...
- sakisf replied Apr 30, 2019
Nope, they get executed at price or not at all.
- 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.
- sakisf replied Apr 28, 2019
There you go:
- 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 ...
- 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.
- sakisf replied Apr 25, 2019
Here you are (untested):
- 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 ...
- 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 ...