- Search Forex Factory
- 25 Results
- szamoca replied Jan 1, 2014
As far as i know Market Maker brokers trade against you, if you win money, they lose. I guess they do it because 90% traders are losers so in 90% of time broker wins.
AUD/USD
- szamoca replied Dec 20, 2013
Is it possible to create sub window with EA? I'd like such window like indicators has, because i would like to write some text in window instead of to chart.
I will code your EAs and Indicators for no charge
- szamoca replied Dec 19, 2013
Good job! I have made similar EA also. If price bounce from trendline, then you could put stoploss closer to trendline or under hammer candle instead of a fix distance, and you could calculate position size based on account percent. Another idea : ...
Trendline or Horizontal line order outside of the Line
- szamoca replied Dec 10, 2013
GBP/CHF is about to bounce from trendline on daily timeframe.
Trading opportunities
- szamoca replied Dec 9, 2013
There are position size calculator indicators based on stoploss distance and risk percent.
Position sizing calculator
- szamoca replied Dec 2, 2013
Is that good solution if he doesn't close that 0.5 long, and open another long at lower price then average price will be lower in this case?
Geppy's Geppy Thread (GBP/JPY)
- szamoca replied Dec 2, 2013
I think you should use stoploss and dont risk more than 2-3% of your account on 1 trade. Since this pair is going up you could open more long position to maximize your profit, but at first you should close short when u see a good opportunity.
Geppy's Geppy Thread (GBP/JPY)
- szamoca replied Nov 27, 2013
Yes, unfortunately iCustom can get only 1 value of an array at a time, another idea : if you have sourcecode of indicator then you could copy/paste into your EA to avoid from many iCustom calls. double temp = ...
I will code your EAs and Indicators for no charge
- szamoca replied Nov 26, 2013
Because if you want to put stoploss 50-100 pips far then it won't fit into your 1-2% risk management. If you trade with small account then you can't afford big stoploss, so you are forced to trade lower timeframes with tight SL and small profits.
leverage and margin
- szamoca replied Nov 16, 2013
Risking 35% of equity right now? This is fast way to Margin Call. What about proper money management which recommend : don't risk more than 1-5% of balance? It would be safer to open position after first position in profit. What's point to open more ...
Sell a working Expert Advisor
- szamoca replied Nov 10, 2013
Doesn't these work with investor pass? for(int i=0;i<OrdersTotal();i++) // open positions list if (OrderSelect(i,SELECT_BY_POS) { .. } for (int i=0;i<OrdersHistoryTotal();i++) // closed positions list if (OrderSelect(i,SELECT_BY_POS,MODE_HISTORY) { ...
how to get trade list programatically with investor password?
- szamoca replied Nov 10, 2013
Check this out, it writes ATR in comment to the attached chart. Let me know if it's ok for you, in parameter you can set timeframe(minutes). So monthly = 43200.
I will code your EAs and Indicators for no charge
- szamoca replied Nov 9, 2013
I'll try to make this indi for you in case you can't find it in 1day, but you shouldn't risk 1 position till it reach margin call, close position after it reached 5% loss of your equity.
I will code your EAs and Indicators for no charge
- szamoca replied Nov 7, 2013
Don't open another position until first position isn't in profit, use stoploss, risk 2-5% of your money / position.
Cable Update (GBPUSD)