- Search Energy EXCH
- 3,858 Results (90 Threads, 3,768 Replies)
-
Ronald Raygun replied Sep 29, 20085 decimal places are decided by the broker. 5 sec charts are not in MT4, you'd need to code them for yourself. I have a ticks indicator if that helps anyone.
5 decimal places in MT4? 5 secs timeframe in MT4
-
Ronald Raygun replied Sep 29, 2008Well if it's interfering with other functions, I can't do much unless I see the code and perhaps try and fit this part in. But I think you understand the concept.
How to stop trading when Profit is made?
-
Ronald Raygun replied Sep 29, 2008How about using TimeMonth() ? int CurrentMonth; if(OrderProfit() > 0) { CurrentMonth = TimeMonth(TimeCurrent); } if(CurrentMonth != TimeMonth(TimeCurrent) { //Enter trading functions here }
How to stop trading when Profit is made?
-
Ronald Raygun replied Sep 29, 2008I wrote a quick Synergy EA for this. I hate to sound skeptical, but are you sure of those entries?
MTF Synery Trading - Testing purpose
-
Ronald Raygun replied Sep 27, 2008Go into the history center, and check your data. If the increments are only in minutes and not seconds, and sometimes miliseconds, then you have minute data, not tick data.
Paulus - Traffic lights
-
Ronald Raygun replied Sep 26, 2008You don't really need more than 50MB to run metatrader, unless you plan to do any backtesting.
Running MT4 from a flash drive
-
Ronald Raygun replied Sep 25, 2008Well, if you're only basing that risk profile against your starting balance, it seems to work out.
help me confirm this logic!
-
Ronald Raygun replied Sep 25, 2008Let's say I start out with 100. I lose 10%, now I have 90. What should me percent return be in order for me to get back to 100? 10%? NO It should be 11% because my percent return is based on the new balance. If you are indeed risking the same % per ...
help me confirm this logic!
-
Ronald Raygun replied Sep 25, 2008your reasoning assumes that each loss is an equal distance apart. As you're using an ATR-based stop, there is no guarantee that the stops are equal distances, and thus, the amount lost per trade can vary.
help me confirm this logic!
-
Ronald Raygun replied Sep 25, 2008I'm not as experienced as the previous two, but PM me anyway.
Need Programmer
-
Ronald Raygun replied Sep 25, 2008EURUSD is in a ranging period right now. massive upside resistance on the daily chart.
Paulus - Traffic lights
-
Ronald Raygun replied Sep 25, 2008If you want to run the write limit, you probably need something which writes to a file. As for read-only, the trading part works. The testing part seems to require write functions.
Running MT4 from a flash drive
-
Ronald Raygun replied Sep 25, 2008USD Flash memory has limited writes and infinite reads. So, if you're concerned about wearing your stick out, make the folder read-only.
Running MT4 from a flash drive
-
Ronald Raygun replied Sep 24, 2008Volatility has dropped a lot this week. I wonder what happened.
Trend Finder Daily
-
Ronald Raygun replied Sep 23, 2008Have you tried opening the data window? (Little crosshairs on the chart)
How to get the data of an indicator?
-
Ronald Raygun replied Sep 23, 2008url Use the history center in metatrader to generate 5 min data.
Free 5 Minute charts?
-
Ronald Raygun replied Sep 23, 2008If anyone here has tick data, why don't you give this a try?
Paulus - Traffic lights