Jump to content

⤴️-Paid Ad- Check advertising disclaimer here. Add your banner here.🔥

Recommended Posts

Posted
Unbreakable according to Admis

 

Actually, it doesn't mean it's unbreakable, but this task is very expensive in the sense of time required to do that and the product is not so spectacular and valuable (at least for me)...

 

btw: the protection is not located in AbleNinjaxxx.dll

Posted

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

Posted
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.
Posted

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;

}

}

}

}

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now

⤴️-Paid Ad- Check advertising disclaimer here. Add your banner here.🔥

×
×
  • Create New...