NexusFi: Find Your Edge


Home Menu

 



Showing results 1 to 12 of 12
Search: Posts Made By: raghavan
Forum: Platforms and Indicators September 20th, 2015, 02:42 PM
Replies: 10
Views: 4,133
Posted By raghavan
You're making no value to my query since...

You're making no value to my query since beginning. And on top of it you think yourself as you know everything in this earth. Stop criticizing people and spoiling this blog any further. You should...
Forum: Platforms and Indicators September 20th, 2015, 11:49 AM
Replies: 10
Views: 4,133
Posted By raghavan
My Guess: Sometime setting EMPTY_VAL to default...

My Guess: Sometime setting EMPTY_VAL to default arguments is enough. Sometimes, it's required that we set some value to these arguments though they are optional arguments. I am also looking for...
Forum: Platforms and Indicators September 20th, 2015, 11:18 AM
Replies: 10
Views: 4,133
Posted By raghavan
Thanks for the correction. Edited code.

Thanks for the correction. Edited code.
Forum: Platforms and Indicators September 20th, 2015, 11:12 AM
Replies: 10
Views: 4,133
Posted By raghavan
Passing float was not a problem. When scalar...

Passing float was not a problem. When scalar variable passed as argument to array variable, Amibroker internally converts scalar variables to array with scalar values set to all the array elements....
Forum: Platforms and Indicators September 20th, 2015, 11:10 AM
Replies: 10
Views: 4,133
Posted By raghavan
By changing above code to, I got the shapes as...

By changing above code to, I got the shapes as required.

AmiVar argPS[6];
argPS[0].type = VAR_FLOAT;
argPS[0].val = (float)1;
argPS[1].type = VAR_FLOAT;
argPS[1].val = (float)55;
argPS[2].val...
Forum: Platforms and Indicators September 20th, 2015, 04:47 AM
Replies: 10
Views: 4,133
Posted By raghavan
Plotshapes in C++ dll

I am trying to call PlotShapes in C++ file. Here's the code.

AmiVar argPS[6];
argPS[0].type = VAR_FLOAT;
argPS[0].val = (float)1;
argPS[1].type = VAR_FLOAT;
argPS[1].val = ...
Forum: Platforms and Indicators June 30th, 2015, 04:49 AM
Replies: 2
Views: 2,141
Posted By raghavan
How to Place Order just once in a candle

I have a code

_SECTION_BEGIN("Test");

SetChartOptions(0,chartShowArrows|chartShowDates);
_N(Title = StrFormat("{{NAME}} - {{INTERVAL}} {{DATE}} Open %g, Hi %g, Lo %g, Close %g (%.1f%%)...
Forum: Platforms and Indicators June 26th, 2015, 08:29 AM
Replies: 6
Views: 2,893
Posted By raghavan
Thanks for your input on the status action part. ...

Thanks for your input on the status action part.

I went through the setbacktestmode documentation and related doc amibroker.com/guide/h_portfolio.html.

Multiple positions in a bar would be hold...
Forum: Platforms and Indicators June 26th, 2015, 02:50 AM
Replies: 6
Views: 2,893
Posted By raghavan
Here's the code I am using ...

Here's the code I am using

_SECTION_BEGIN("Test");

SetChartOptions(0,chartShowArrows|chartShowDates);
_N(Title = StrFormat("{{NAME}} - {{INTERVAL}} {{DATE}} Open %g, Hi %g, Lo %g, Close %g...
Forum: Platforms and Indicators June 25th, 2015, 01:58 PM
Replies: 6
Views: 2,893
Posted By raghavan
I've selected both Long and Short in Settings....

I've selected both Long and Short in Settings. I've attached two new images with Time mentioned.

At 09:59, I expect backtest to show me both short and Long trades entry. In the attached...
Forum: Platforms and Indicators June 25th, 2015, 01:36 PM
Replies: 6
Views: 2,893
Posted By raghavan
Multiple trades in Same Bar

I am trying to enter into multiple trades at same bar. In the attached image, I first Long at first bar and then first short in 5th bar and immediately Long in 5th bar. When I backtest, for the 5th...
Forum: Platforms and Indicators June 16th, 2015, 10:51 AM
Replies: 2
Views: 1,678
Posted By raghavan
PlotText result is overlapped

I use below code

priceatbuy=0;
for( i = 0; i < BarCount; i++ )
{
if( priceatbuy == 0 && Buy[ i ] )
priceatbuy = BuyPrice[ i ];

PlotText("P" + priceatbuy,...
Showing results 1 to 12 of 12

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