Jump to content

asguard

Members
  • Posts

    13
  • Joined

  • Last visited

Posts posted by asguard

  1. I only discovered Binary options (BO) two days ago and it looks very interesting. I too would like to know more about it. What is the best strategy to trade BO's? I heard about a course called OMNI11 that claims to teach a great BO strategy but it's very expensive, about US$3000. So far, from what I read, the downside to BO's is that there is a very high risk to reward ratio, eg, you risk $100 to profit $81. Of course if you can consistently correctly predict the direction of the market then that risk reward ratio does not matter. Anyway, we are looking forward to hearing more about BO's so if there are any experts on BO's in this forum then please share your knowledge.

     

    :-?Binary options:-/ looks more like :berbusa:Gambling:-$

     

    Look similar to programs/services that have been around for quite a while, Like start with a 5er. Examples of this type can be found on the following links:

     

     

     

     

    not sure if you could implement strategies there, haven`t had a real good look at it yet.

     

    All the best:)>-

  2. Not sure if it`s the same or what you had in mind, you might be interested in having a look at the following site, there`s one there free.

     

     

    All the best.

     

     

    For those of you who equired about the manual strategey I use (under the coding thread) here is the indicator I hope will be made into a EA.

     

    http://www.4shared.com/file/_iU_AcsF/ADX_Cross_Alert_MrPip.html

     

    For the 4hr time frame upwards. Exit - you can use s/r or close after one bar after open, or if you find you are in a trend let it run.

     

    All the best,

    Dave

  3. Hi, Anyone know if the following changes(or similar) with this(Forex.com/Gain) or other brokers, will mess up EAs?

     

    From Instant to Market orders.

     

    Thanks:)>-

     

     

    =================================

     

    Effective August 5 following the close of trading

    We're making some significant changes that will enhance your forex trading experience on MetaTrader.

    You'll save up to 33% when you take advantage of our new lower spreads on select currency pairs:

     

    Currency Pair As Low As Currency Pair As Low As Currency Pair As Low As

     

    EUR/USD 1 EUR/JPY 1 NZD/USD 1

    GBP/USD 1 AUD/USD 1 USD/CAD 1

    USD/JPY 1 GBP/JPY 2.3 USD/CHF 1

     

     

    Additionally, you'll benefit from these enhancements:

    • FX orders on MetaTrader will move from "instant" to "market" orders. We believe this will enhance your overall trading experience by improving execution price, speed and order acceptance rates.

     

    • Limit orders will benefit from price improvement. This means that once you submit your order, if a better price becomes available – we'll execute at the better price.

     

    • And now you can access multiple accounts in a single view, allowing for easy fund transfers between accounts. Simply login to the profile section of My Account and follow the instructions to link your accounts.

     

    To learn more about these changes view our FAQs.

     

     

    Attention Expert Advisor Users:

    These changes become effective on August 5 following the close of trading and may impact your Expert Advisor. We recommend that you evaluate the code or contact your EA provider to ensure your EA is compatible with market execution.

     

    ========================================

     

    Oh & find free share maybe of interest,? here is link to file.

    http://www.fileserve.com/file/n5Zz7cR
    File name: Free Forex System.rar File size: 5.31 MB

    :x

  4. Here's a junk EA that I made based on the Steinitz Fractal Breakout system.

    As the name of this EA suggests... it's unprofitable. It's only value is in proving that certain manual systems (like this one) should stay manual!

     

    DO NOT USE IT! It is JUNK. It will kill accounts, and I thought about restricting it to Demo accounts in the code, because it seems to succeed at trading at random. I made it because I simply wanted to see if I could turn a manual system into an EA... and unfortunately this one doesn't work. :berbusa: :berbusa: :berbusa:

     

    Having said that I finally learned how to code an EA properly and am now itching for more profitable systems.

    If anyone has a manual system that they'd like converted into an EA, hit me up and I'll see what I can do.

     

    [url]http://[email protected]/file/144777403/1f69b3cd/Steinitz_Fractal_Blowup.html[/url]
    

     

    Good luck if anyone manages to make this thing profitable!

     

    Greetings,

     

    Unfortunately all links are now dead, any chance of repost or PM.

    Idea for manual to auto, perhaps that newer elemental trader or something similar.

     

    Regards

  5. /*

     

    Courtesy of Kazoo

     

    */

    #property copyright "Copyright ?2010, [email protected]"

    #property link "[email protected]"

     

    #import "wininet.dll"

    int InternetOpenA(string a0, int a1, string a2, string a3, int a4);

    int InternetOpenUrlA(int a0, string a1, string a2, int a3, int a4, int a5);

    int InternetReadFile(int a0, string a1, int a2, int& a3[]);

    int InternetCloseHandle(int a0);

    #import "ForexBulletProof.dll"

    void Activate(string a0, int a1, int a2, string a3, int a4);

    int GetState();

    bool filter_open(int a0, double a1, double a2, int a3, int a4, double a5);

    bool can_open(int a0, double a1, int a2, int a3, double a4, double a5, double a6);

    bool day_filter(int a0);

    #import "kernel32.dll"

    int GetCurrentProcess();

    int WriteProcessMemory(int handle, int address, int& buffer[], int size, int& written);

    int GetModuleHandleA(string module);

    #import

     

    extern string ver.1.00 = "Copyright ?2010, [email protected]";

    extern string Receipt = "";

    extern string ___MoneyManagement___ = "---------------------";

    double gd_100 = 0.01;

    extern double EURUSDLots = 0.09;

    extern double USDJPYLots = 0.01;

    double gd_124 = 4000.0;

    extern double EURUSDLiteLots = 0.01;

    double gd_140 = 450.0;

    extern bool AdaptLots = TRUE;

    int g_slippage_152 = 1;

    int gi_156 = 3;

    int gi_160 = 1;

    int gi_164 = 10;

    double gd_168 = 2.0;

    int gi_176 = 35;

    int g_price_180 = 70;

    int g_price_184 = 5000;

    int gi_188 = 100;

    int g_magic_192 = -601626077;

    int g_magic_196 = 177932900;

    int g_magic_200 = -107198156;

    extern string ___GMTOffset_________ = "---------------------";

    int gi_212 = 1;

    extern bool UseAutoGMToffset = TRUE;

    extern int ManualGMToffset = 1;

    int gi_224 = 17;

    int gi_228 = 20;

    int gi_232 = 1;

    int gi_236 = 0;

    extern string ___VisualOptions_____ = "---------------------";

    bool gi_248 = TRUE;

    extern int TopPadding = 20;

    extern int LeftPadding = 20;

    extern color TextColor1 = Gold;

    extern color TextColor2 = DarkOrange;

    int gi_268 = 0;

    int gi_272 = 0;

    string gs_276;

    string gsa_284[] = {".", "..", "...", "....", "....."};

    int gi_unused_288 = 0;

    int gi_unused_292 = 0;

    int gi_296 = 0;

    int gi_300 = 0;

     

    etc. too long to post, but still see .dll request etc.

  6. I'm very concern about these optimal settings.

     

    We might have to tweak to find the optimal setting every month just like their FapTurbo. On FPA, using the default setting on FapTurbo, the result was a disaster. But FapTurbo Test 2 was performing well. Fapturbo Test 2 was monitored through the Investor Account and FapTurbo team manage the EA settings. I believe they tweak the EA when the EA is not performing. The problem is, we do not know what parameters to change and when it should be changed.

     

    Neither do they.

×
×
  • Create New...