NexusFi: Find Your Edge


Home Menu

 



Showing results 1 to 19 of 19
Search: Posts Made By: Anka Software
Forum: EasyLanguage Programming April 2nd, 2022, 12:14 AM
Replies: 2
Views: 4,750
Posted By Anka Software
Whats the idea behind placing the plot names in a...

Whats the idea behind placing the plot names in a "!( )"?
Plot1( COM_Index, !( "Comm" ) );

Try
Plot1( COM_Index, "Comm" );
Forum: Sierra Chart January 31st, 2022, 05:06 AM
Replies: 23
Views: 9,374
Posted By Anka Software
Renko123, a) The current version of my...

Renko123,
a) The current version of my Trade Copier copies only positions from one account to another in same instance or multiple instances of Sierra.
b) Copying of the trailing stops and...
Forum: EasyLanguage Programming December 24th, 2021, 01:46 AM
Replies: 6
Views: 4,804
Posted By Anka Software
Compiles fine in version 10.x. You are using 8.2,...

Compiles fine in version 10.x. You are using 8.2, maybe because of that the method names are not recognized.
Forum: NinjaTrader December 24th, 2021, 01:45 AM
Replies: 10
Views: 2,741
Posted By Anka Software
Which version of NT 8 are you using? Please...

Which version of NT 8 are you using? Please update to latest.
Forum: Sierra Chart November 27th, 2021, 08:59 AM
Replies: 2
Views: 2,420
Posted By Anka Software
You could. One approach would be to create your...

You could. One approach would be to create your own float array in C++, and then copy the SCFloatarray.
If you can elaborate on what you are trying to do, can provide a better solution.
Forum: NinjaTrader November 27th, 2021, 08:54 AM
Replies: 10
Views: 2,741
Posted By Anka Software
Updated indicator / strategy enclosed. Please...

Updated indicator / strategy enclosed. Please note:
- For enums to be visible to strategies, you need to define them outside of indicator namespace in indicator, or create your namespace and...
Forum: NinjaTrader November 23rd, 2021, 12:02 PM
Replies: 10
Views: 2,741
Posted By Anka Software
You will need to add property...

You will need to add property [NinjaScriptProperty] to the input which you want to configure through the strategy.
Forum: Sierra Chart November 16th, 2021, 10:10 AM
Replies: 4
Views: 2,820
Posted By Anka Software
symbol.GetChars() may work.

symbol.GetChars() may work.
Forum: EasyLanguage Programming September 22nd, 2021, 10:04 AM
Replies: 7
Views: 4,398
Posted By Anka Software
"find my strike price of choice..." If there...

"find my strike price of choice..."
If there are 'programmable' rules to find rules to find the strike price of your choice, the same can be programmed in the strategy. After selecting the strike...
Forum: EasyLanguage Programming July 30th, 2021, 01:37 PM
Replies: 2
Views: 2,677
Posted By Anka Software
PositionProfit <- will give the last position...

PositionProfit <- will give the last position profit
BarsSinceEntry <- will give number of bars since entry

You can use the above two EL functions to delay the next trade.
Forum: Sierra Chart July 24th, 2021, 01:53 AM
Replies: 23
Views: 9,374
Posted By Anka Software
Hi All, I have a trade copier to copy trades...

Hi All,
I have a trade copier to copy trades between two instances of Sierra Charts running on same system. For licensing details contact at [email protected].

Regards

Vivek
Forum: Sierra Chart July 24th, 2021, 01:34 AM
Replies: 2
Views: 2,269
Posted By Anka Software
Hi, Please share your full code. Make...

Hi,
Please share your full code.
Make sure the subgraph..DrawStyle is set to DRAWSTYLE_VALUE_ON_HIGH / DRAWSTYLE_VALUE_ON_LOW, for the Ask/Bid subgraphs.
Forum: EasyLanguage Programming July 10th, 2021, 09:14 AM
Replies: 6
Views: 2,497
Posted By Anka Software
Also what is the idea of using High of...

Also what is the idea of using High of Data(TFPRice) in condition1 while close is used in condition 2?
Forum: EasyLanguage Programming July 10th, 2021, 07:23 AM
Replies: 6
Views: 2,497
Posted By Anka Software
For last weeks high the code needs to be ...

For last weeks high the code needs to be


condition1 = High of data(TF_Price) >= High[1] of data(TF_Weekly) ;
condition2 = Close of data(TF_Price) <= Low[1] of data(TF_Weekly) ;
Forum: EasyLanguage Programming July 10th, 2021, 05:21 AM
Replies: 6
Views: 2,497
Posted By Anka Software
Hi, If your requirement is to paint bar...

Hi,
If your requirement is to paint bar when the current price is above or below the current week high/low then the following changes should work

condition1 = High of data(TF_Price) >= High...
Forum: NinjaTrader May 29th, 2018, 05:21 PM
Replies: 20
Views: 14,462
Posted By Anka Software
Just curious what is the logic of having a 1 tick...

Just curious what is the logic of having a 1 tick gap between two range bars
Forum: Sierra Chart June 17th, 2016, 10:24 AM
Replies: 5
Views: 1,770
Posted By Anka Software
Hi, You will find examples of sc.BuyOrder /...

Hi,
You will find examples of sc.BuyOrder / sc.SellOrder in studiesxx.cpp using which you can place orders on 'non chart' symbols.

Regards

Vivek
Forum: Sierra Chart June 15th, 2016, 01:10 AM
Replies: 5
Views: 1,770
Posted By Anka Software
Yes, this is possible, have developed studies...

Yes, this is possible, have developed studies plaing orders on multiple symbols.

Regards

Vivek
Forum: Traders Hideout February 14th, 2013, 03:30 PM
Replies: 10,645
Views: 14,244,078
Posted By Anka Software
I am into development of a EA's / Indicators and...

I am into development of a EA's / Indicators and other tools to enable algo - trading. Looking forward to a constructive participation at Big Mike's.
Showing results 1 to 19 of 19

What unexpected challenges have you encountered while trading on a "Funded Trader" platform?

 


 
 


© 2024 NexusFi™, s.a., All Rights Reserved.
Av Ricardo J. Alfaro, Century Tower, Panama City, Panama, Ph: +507 833-9432 (Panama and Intl), +1 888-312-3001 (USA and Canada)
All information is for educational use only and is not investment advice. There is a substantial risk of loss in trading commodity futures, stocks, options and foreign exchange products. Past performance is not indicative of future results.
About Us - Contact Us - Site Rules, Acceptable Use, and Terms and Conditions - Privacy Policy - Downloads - Top