- Search Metals Mine
-
Ronald Raygun replied Jul 15, 2008If I were to do a grid system, here's what I would do... I would take a daily chart, and a 5M chart (or something smaller than the daily). Use a zigzag indicator on the 5M chart to determine average distance between peaks and valleys. With that ...
TP Tree Method
-
Ronald Raygun replied Jul 15, 2008As I understand grid-trading... You take the current price Add x number or orders spaced y pips in both directions, each with tight TP/SL. As the market moves and goes through one side, add more orders spaced y pips from the new price.The basic ...
TP Tree Method
-
Ronald Raygun replied Jul 15, 2008If that's the case, it's probably best to pull your money out now. It seems that--for you--it's not working fully.
FXPRO Connection Problem
-
Ronald Raygun replied Jul 15, 2008Have you bothered speaking with the broker? I happen to have an accoutn with FXPro, and I'm trading fine.
FXPRO Connection Problem
-
Ronald Raygun replied Jul 15, 2008I think the swiss army EA does that.
Close all trades at preset price level
-
Ronald Raygun replied Jul 15, 2008The only other option I can think of is grid-style trading.
TP Tree Method
-
Ronald Raygun replied Jul 14, 2008Ok, so let's assume a coin toss entry. risk-reward of 3-1 means you have a SL that is 3 times the TP... I'm curious to know what the subsequent trades are after the "initial trade"
TP Tree Method
-
Ronald Raygun replied Jul 14, 2008Lol, glad to be of service. MA crosses have traditionally been used to determine direction. Can they predict strength? I went back over a lot of the rainbow scalping techniques, and I think a measure of how many MAs cross in a given period can ...
MA Cross Optimization EA (very cool)
-
Ronald Raygun replied Jul 14, 2008extern int EntryHour = 0; extern int EntryMinute = 1; bool Signal = False; start() ..... if(TimeHour(TimeCurrent()) == EntryHour && EntryMinute == TimeMinute(TimeCurrent())) Signal = True;
Specific Time Based Entry - EA
-
Ronald Raygun replied Jul 14, 2008I use EAs, indicators, and scripts. Do not expect me to just hand you my systems. It's like giving someone a tool without the instructions. You need to understand the underlying system and especially understand why that system works. Failure to do ...
please help with trend signal indicator
-
Ronald Raygun replied Jul 14, 2008Buy low, sell high. =D Define "young"
please help with trend signal indicator
-
Ronald Raygun replied Jul 14, 2008Most EAs/indicators/scripts compile in less than 10 seconds. As for download...I'm not sure where to find it.
please help with trend signal indicator
-
Ronald Raygun replied Jul 14, 2008I'm wondering, tdion, so you know of any self-optimization function in metatrader? I noticed the IsOptimization function, and I'm guessing there is some sort of metric for determining whether or not optimization is running... I figure that if we can ...
MA Cross Optimization EA (very cool)
-
Ronald Raygun replied Jul 14, 2008When I download the file, my computer turns it from 18_28Cross to 18_28Cross[1] When you try to run the EA, does the journal give an error?
iCustom doesn't return correct value
-
Ronald Raygun replied Jul 13, 2008Ok, interesting idea. I can probably code an EA for this. Let me think it over. The hard part I think is finding a way to automatically detect what pairs are available.
What is the best indicator to use for this?
-
Ronald Raygun replied Jul 13, 2008It's hard to believe at times, but the information is right out there for me to look at. I'll code up my own set of EAs and we'll see how powerful this system really can be. I for one appreciate the simplicity I see here.
MA Cross Optimization EA (very cool)
-
Ronald Raygun replied Jul 13, 2008I highly doubt this being tick data. What version of metatrader are you using?
MA Cross Optimization EA (very cool)
-
Ronald Raygun replied Jul 13, 2008I don't use MSN. But if you look in the parameters of the script, you'll notice the fields you need to adjust accordingly. (Order type, price, lot size, etc) And scripts are meant to be attached and unattached. They only run for the tick during ...
Can anyone share Buy-Sell-Close scripts to use as a hotkey without using F9 option?
-
Ronald Raygun replied Jul 13, 2008Is this it? Example: Market moves 10 pips up in 1 hour, so, 10 pips/hour. Market moves up 100 pips in 1 hour, 100 pips/hour. Is that what you wanted?
Indicator: Market heat/volatility/speed