- Search Crypto Craft
- 47 Results (8 Threads, 39 Replies)
-
Visual vs. Actual
Started Jan 12, 2007|Platform Tech|3 replies
I have an interesting little issue that I am sure is nothing more than I need to code this the ...
-
Halcyon replied Jan 9, 2007I test my EAs on multiple brokers (FXDD, IBFX, Alpari) I used toused MIG as well but as everyone here seems to already be aware of their DEMO kinda sucks. For me MIG demo always seems to run for about a day or so and then dies. FXDD demo has a very ...
No connection
-
Halcyon replied Jan 9, 2007That is exactly what i needed explained. Thanks man! I try to ask only when Im stumped. Hal
help with multiple crosses coding
-
help with multiple crosses coding
Started Jan 8, 2007|Platform Tech|2 replies
I am trying to code multiple crosses as conditions to enter the market. Such as (for example) ...
-
Halcyon replied Jan 3, 2007Thank you for your clarifications. I will make sure I understand them. Hal
How to draw a box in MT4?
-
Halcyon replied Jan 3, 2007Thank You! — I have kept working on this and its making sense! I wrote my first EA and I think I hit beginners luck in a big way! Thank you so much for your good instructions! I could not have done it without you. I know this is the begining ...
How to draw a box in MT4?
-
Halcyon replied Dec 29, 2006This happened to me last night as well. I had my demo with MIG and the same thing described above happened to me. No Connection. I though it may have something to do with the new build (201) that was just released. I tried everything but no luck. I ...
why did my metatrader just stop
-
Halcyon replied Dec 28, 2006
I know the feeling man. We read and read and it all looks like simoean hyroglyphs. I been R'ingTFn'gM too and there are a lot of things in the M that are not explained in a way that newbs like us can readily understand. I take strength and ...MQL 'stuff'
-
Halcyon replied Dec 24, 2006I’ve done as you instructed and edited the CI Compiled with no errors and when I applied it to the chart I see that it mimics identically to the RSI(21) that I have running on the same chart. Here is what I could understand so far: For a CI, all ...
How to draw a box in MT4?
-
Halcyon replied Dec 22, 2006Hey! it worked! i got my flat red line. There is a good deal of substance in this last post for me to digest. I will go over it several times to understand well everything that is happening. Thanks for taking the time to do this man. Markets are ...
How to draw a box in MT4?
-
Halcyon replied Dec 22, 2006Had to read it a few times but I think I understand this at this point. Feel free to continue at will.
How to draw a box in MT4?
-
Halcyon replied Dec 22, 2006!! — Yes of course I want to!! I have followed your instructions to the letter. I have my new indicator called IndicatorProto001.mq4 in my "Indicators" folder. Ready for next step when you are. In the mean time I will be re-reading lessons 10 ...
How to draw a box in MT4?
-
Halcyon replied Dec 22, 2006>> By the way... do you understand clearly how the indicator works? << Of course not. >> Before building any EA you should try to build small custom indicator.<< I am notorious for getting wayy over my head into subject matters that attract me. ...
How to draw a box in MT4?
-
Halcyon replied Dec 22, 2006So would this make sense or am I wayyy off? int limit = Bars-IndicatorCounted(); // ..Equals 'Bars' minus IndicatorCounted() for(int x=0 ; x < limit ; x++) // For 'x' that equals zero, and is less than 'Limit', increase 'x' by one and go on to do ...
How to draw a box in MT4?
-
Halcyon replied Dec 22, 2006int shift ... shift what? — OK my experiment has been active with smiley face and everything for some time now and hasn't done anything. Im starting to wonder about the very likely scenario that my code sucks. I think a better name for this ...
How to draw a box in MT4?
-
Halcyon replied Dec 21, 2006Aha! Thank you Zeuzere for a better explanation of "Point" That is exactly what I needed. I understand what "Point" is now.
How to draw a box in MT4?
-
Halcyon replied Dec 21, 2006Oh no! The newbie wrote an EA! — Yes I am starting from scratch, but that was yesterday. Today, even now I already have more than just scratch. Those lessons from coders guru are excellent. Another great resource is here: ...
How to draw a box in MT4?
-
Halcyon replied Dec 20, 2006Thanks for the pointer Zeuzere, I am reading all these lessons today. looks very promising. This should get me started. Thanks again
How to draw a box in MT4?
-
Halcyon replied Dec 20, 2006i am stuck — I have been reluctant to ask questions because I dont want to ask stupid questions but I have to admit this is harder than I thought for someone who is starting from square one and has no previous programming experience. ... I ...
How to draw a box in MT4?
-
Halcyon replied Dec 20, 2006Thanks Zeuzere and tesla. For now I have enough to play with and I am sure that I will have more specific questions along the way. Now its time to code and cross my fingers! Thanks again guys!
How to draw a box in MT4?