Jump to content

www.wintick.com Abllesys


imfm

Recommended Posts

This is an exact duplicate of wintick ablesys .

Its called AcmeTrend and its for ninja so no need to change data supplier.

Its working perfect- just insert acmetrend 1 and acmetrend 2 using the default settings.

It works on every time frame.

I took ablesys trial ( paid trial) and compared the two and its a 99/% match so no sense to work hard and bother our friend Admis.

Enjoy and please post some feedback.

 

https://www.sendspace.com/file/qnnrt8

 

btw- the way they do that is - they use 2 time frames one ( the faster ) is showing and the other one is transparent- then they applied the indicator on both time frames.

 

My honest opinion- dont waste your time- it looks amazing on strong and long moves and that is what they show in their ads- but when you hit a sideways or chop area you get killed.

True- the two time frame combination helps a little but still...

you should try it and post some feedback.

 

Enjoy

 

Traderbeuaty-Jane

Link to comment
Share on other sites

I concurr with TB that acmetrend 1 and acmetrend 2 are replica of abletrend 1 and 2, I have changed default settings of acmetrend 1 to 8 to match with their default settings in standalone version, only indicator missing is Abletrend TS which closely proximate to 10 settings on Acmetrend 1. I dont think they use Ablesig anymore.
Link to comment
Share on other sites

i think the protections comes here somebody want analize with me files?

namespace AblesysIndicatorsLib

{

using System;

using System.Windows.Forms;

 

public class Singleton

{

private static ATIndicator com_inst = null;

private static bool initialized = false;

private static object obj_lock = new object();

 

public static ATIndicator get_instance()

{

try

{

if (!initialized)

{

lock (obj_lock)

{

if (!initialized)

{

initialized = true;

com_inst = new ATIndicator();

}

}

}

return com_inst;

}

catch (Exception)

{

MessageBox.Show("Logined failed. To use Ablesys indicators, please restart NinjaTrader and re-login to Ablesys.", "Ablesys Indicators");

return null;

}

}

}

}

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...