- Search Metals Mine
- 42 Results (2 Threads, 40 Replies)
- FnickB replied Apr 24, 2010
programming method — Scotty, i can program, i have written a few MT4 EA's and adjusted others ones that I have found online to suite my needs. Do you have a clear logic breakdown of how this is done? Something that i can look at that would ...
Return Differential Arbitrage
- FnickB replied Apr 24, 2010
1.7 — Oh, 1.7, i see. I havent seen 1.7 or worked with it, probably wont be able to assist. Too bad on that indicator, looked like it might be helpful. I did find this trader platform called VT Trader 2.0 which has pattern recognition in it, ...
Manage Take Profit EA
- FnickB replied Apr 24, 2010
Check this out. I checked the code for this EA and the code does not allow for the same take profit to be hit twice. It is explicit in that the variable that stores the Take profit gets incremented after it is hit therefore there is no way for it to ...
Manage Take Profit EA
- FnickB replied Apr 23, 2010
overlay chart — Scotty, what overlay script do you use for MT4? Just read about arbitrage today for first time, I couldnt see how it would be possible trading on the forex market. I could see how one could do it if I was actually able to ...
Return Differential Arbitrage
- FnickB replied Apr 23, 2010
VSA BASICS — Beljevina, Thank you for info, link and suggestions. do you think the VSA basics will be a sufficient read? Or does it miss important areas and concepts?
Auslanco - GBP/JPY and GBP/USD (newstrade)
- FnickB replied Apr 23, 2010
Thanks Cod. — thanks Cod, I'll check into it.
Auslanco - GBP/JPY and GBP/USD (newstrade)
- FnickB replied Apr 23, 2010
VSA? — What is VSA? New to board and this post. What is the deal with a crash? are we looking at a some new on May 6 that could impact pair in big way?
Auslanco - GBP/JPY and GBP/USD (newstrade)
- FnickB replied Apr 23, 2010
how to load — take the .ex4 file and copy it to the folder where your metatrader is installed metatrader4>experts> then take the rest if the files and copy them into metatrader4>experts>indicators> close metatrader if open and reopen. then you ...
Spot gold EA from OG gold system
- FnickB replied Apr 23, 2010
ever find this indicator? — Eric did you ever find that trend indicator you were asking about?
Manage Take Profit EA
- FnickB replied Apr 23, 2010
settings — Can u also copy and paste your settings?
Manage Take Profit EA
- FnickB replied Apr 23, 2010
Check it out... a bit more detail on the settings. extern int First_Target = 10; extern int Target_Increment = 0; extern double Close_Lots = 0; extern bool Move_Stops = true; extern int First_Stop_Target = 10;(when 10 pips profit is hit a SL is set ...
Manage Take Profit EA
- FnickB replied Apr 23, 2010
Hey Eric, can u copy and paste your extern variables? I would like to see what you have. the original takeprofit2.4 works great for me. I was attempting to add new feature to stockwet's 2.4.
Manage Take Profit EA
- FnickB replied Apr 23, 2010
not working — The appended version stop loss increment version 2.5 is functioning properly! ignore this --->>>Something is missing. I will figure it out, but for now it does not appear to be working.
Manage Take Profit EA
-
Spot gold EA from OG gold system
Started Apr 22, 2010|Platform Tech|8 repliesBuilt this ea from OG Gold system. A nice template. works better some months than others. Run ...
- FnickB replied Apr 22, 2010
added stop loss increment just like the take profit increment — Hello, I took Stockwet's awesome EA and removed the static stop loss settings and set the stop losses up just like he had the take profits. Where you set an initial ...
Manage Take Profit EA
- FnickB replied Apr 22, 2010
seeking similar — hey Carumba, I believe i am seeking a similar EA. It looks like this EA from the current post could have the potential to do what we are looking for it to do. If this is not easily done with this particular EA I may be able ...
Manage Take Profit EA
- FnickB replied Apr 22, 2010
stops and break even — Hi Stockwet, I am using your 2-3 EA. In the directions you mention setting the stop differential to 0 in order for the EA to stop out at even money. The issue is that i do not see a stop differential extern in the EA ...
Manage Take Profit EA
- FnickB replied Apr 22, 2010
it may be possible — Two suggestions: First, most broker sites have a great chat feature, that allows for a one to one chat session immediately without having to wait on the phone. They can be incredibly helpful. Second, many brokers allow ...
MT4 programming question
- FnickB replied Apr 22, 2010
Is this an issue with your current EA — Hello, I am wondering if this is a currently happening issue or just a projected possible issue? I am asking since i have never had a issue with an EA taking too long of a time to close a position. ...
Exit for Martingale EA ?
- FnickB replied Apr 22, 2010
this is great, was just planning on building a similar EA — Stockwet, This is really helpful, i have not run it yet, but the logic is so similar to what I was just about to write in the upcoming weeks. This will save a ton of time. Are you ...
Manage Take Profit EA