NexusFi: Find Your Edge


Home Menu

 



Showing results 1 to 25 of 162
Search: Posts Made By: Dvdkite
Forum: EasyLanguage Programming September 10th, 2021, 12:27 PM
Replies: 4
Views: 3,535
Posted By Dvdkite
Thanks again. There are really not many more...

Thanks again. There are really not many more things to say. The code above is used to calculate the boolean " is right Time " and it is a condition to enter the trade.
Then there's a condition that...
Forum: EasyLanguage Programming September 9th, 2021, 12:17 PM
Replies: 4
Views: 3,535
Posted By Dvdkite
Hello ABCTG, Yes as I said it is working on...

Hello ABCTG,

Yes as I said it is working on a 3 minutes bar and I know that MC consider 9:03 the endtime of the 900/903 bar. Base on this assumption I should have solved the problem by simply...
Forum: EasyLanguage Programming September 8th, 2021, 10:32 AM
Replies: 4
Views: 3,535
Posted By Dvdkite
Signal doesn't respect the time conditions to enter a trade

Hello Everyone,

I have a system that I actually use since months in real automated trading but very rarely it enter a trade before the time indicated in the time conditions.
My strategy works...
Forum: MultiCharts August 19th, 2020, 01:47 PM
Replies: 1
Views: 2,859
Posted By Dvdkite
Solved using this formula 100 - ((prevclose...

Solved using this formula

100 - ((prevclose * 100)/close);


BTW: This section here at FIO is really dead...I put the solution to make the post SOLVED
Forum: MultiCharts August 17th, 2020, 11:08 AM
Replies: 2
Views: 2,617
Posted By Dvdkite
Barnumber is supposed to be UNIQUE for every chart bar? Why it is so hard to obtain?

Hello everyone,

I'm really getting mad. All I want is to save some barnumber for a future access to the bars in the corresponding position. What I simply want is the UNIQUE "barnumber" located in...
Forum: MultiCharts August 5th, 2020, 04:12 AM
Replies: 8
Views: 2,084
Posted By Dvdkite
I replied before see this answer... is that a...

I replied before see this answer... is that a solution for the problem?
Forum: MultiCharts August 5th, 2020, 04:10 AM
Replies: 8
Views: 2,084
Posted By Dvdkite
I saw the same behaviour in manual trading. I...

I saw the same behaviour in manual trading. I would be awesome to have to possibilieties to make the entries indipendent from each other. Unfortunately I didn't find a way.
I'm even not sure if it...
Forum: MultiCharts July 27th, 2020, 06:11 AM
Replies: 1
Views: 2,859
Posted By Dvdkite
Hello everyone, is there an easy way to ...

Hello everyone,

is there an easy way to obtain by code the price variation percentual ( typically displayed a the top of the chart automatically) ? (I didn't find any keyword for that)
It's not...
Forum: MultiCharts July 24th, 2020, 04:29 AM
Replies: 3
Views: 2,568
Posted By Dvdkite
I almost solved the problem using "...

I almost solved the problem using " barssinceentry > 0" instead of " barstatus = 2 "... it is actually waiting for the close of the candle to put the stop loss... it is actually acceptable for me (...
Forum: MultiCharts July 15th, 2020, 06:00 AM
Replies: 3
Views: 2,568
Posted By Dvdkite
I confirm that the solution proposed above is...

I confirm that the solution proposed above is actually working in real money test.

However it is so strange that Multicharts is one of the most used platform for sistemac trading and there only a...
Forum: MultiCharts July 9th, 2020, 11:14 AM
Replies: 3
Views: 2,568
Posted By Dvdkite
Hello guys, waiting for a reply I made some...

Hello guys,

waiting for a reply I made some tests .... I think I could solve by usind "barssinceentry > 0" instead of "barstatus = 2".... Anyway as this should affect just the timing to set the...
Forum: MultiCharts July 8th, 2020, 12:26 PM
Replies: 6
Views: 2,947
Posted By Dvdkite
With Multicharts you can only trade 1 instrument...

With Multicharts you can only trade 1 instrument on a chart, but you can display as much as you want on the same chart. So I think the aswer is "you can't". But you can keep 2 charts
side by side...
Forum: MultiCharts July 8th, 2020, 12:17 PM
Replies: 3
Views: 2,568
Posted By Dvdkite
StopLoss order canceled on every bar open

Hello,

Inside my strategy I need to set an OCO order with Stoploss and Target immediately after the system has opened a position.
I NEED to set the Stoploss only at the close of the candle where...
Forum: MultiCharts February 3rd, 2020, 01:49 PM
Replies: 7
Views: 2,334
Posted By Dvdkite
Hello but sorry I thought you were using the...

Hello but sorry I thought you were using the easylanguage version of MC. I'm sure that someone with a better knowledge of MC.net will reply...
Forum: MultiCharts February 3rd, 2020, 12:05 PM
Replies: 0
Views: 1,595
Posted By Dvdkite
Buy at LOW and Sell on HIGH of a candle, is this a BUG? How's possible?

Hello everyone,

I have a verysimple strategy that work of 30 minutes chart that use the supertrend and it sellshort just 1 tick BELOW a roof of the ST or BUY 1 tick ABOVE the floor of a ST.
So...
Forum: MultiCharts February 3rd, 2020, 12:04 PM
Replies: 7
Views: 2,334
Posted By Dvdkite
Hello , of course the the profit target is a...

Hello , of course the the profit target is a limit order and It always work for me. I use a form like this:

setprofittarget( targetPoints * bigpointvalue);

if you also use setstoploss the same...
Forum: EasyLanguage Programming November 25th, 2019, 06:52 AM
Replies: 11
Views: 3,583
Posted By Dvdkite
Hello Bob, Yes I also wrote to Mike to the...

Hello Bob,

Yes I also wrote to Mike to the FIO support ... there's a bug (al least a problem) because I tryed 2 times to post a thread and when I click on "submit post" it immediately show me an...
Forum: EasyLanguage Programming November 25th, 2019, 06:34 AM
Replies: 11
Views: 3,583
Posted By Dvdkite
Thanks for the suggestion but it doesn't work...

Thanks for the suggestion but it doesn't work also using your suggestion... (I'm using multicharts).. I'm struggling to avoid consecutive entries and I cannot make it work...
Forum: EasyLanguage Programming November 22nd, 2019, 12:56 PM
Replies: 11
Views: 3,583
Posted By Dvdkite
Hello SMCJB, I was just searching for a...

Hello SMCJB,

I was just searching for a solution because I have the same problem with barsinceexit(1) and MULTICHARTS. I'm not able to make it work ..

So I tryed you solution by checking the...
Forum: MultiCharts November 22nd, 2019, 12:33 PM
Replies: 3
Views: 812
Posted By Dvdkite
Thanks to ABCTG and KevingDog, I just...

Thanks to ABCTG and KevingDog,

I just realized now that I didn't replied here but only at the official MC forum.
You were right, that was the problem. I lowered the number and it worked.
...
Forum: MultiCharts November 22nd, 2019, 12:16 PM
Replies: 9
Views: 3,318
Posted By Dvdkite
Hello everyone, I can confirm that with MC...

Hello everyone,

I can confirm that with MC + CQG also today in november 2019 I'm only able to see , for example in the case of the crude oil, the January contract and the december contract...
Forum: MultiCharts November 22nd, 2019, 12:00 PM
Replies: 0
Views: 22
Posted By Dvdkite
barssinceexit(1) best practice: unable to use it but able to print it

Hello,

I'm posting again this post because yestarday I hade an error from FIO after the publication and actually I'm unable to access to the post so it must be corrupted. Here is my original...
Forum: MultiCharts November 20th, 2019, 01:42 PM
Replies: 0
Views: 4
Posted By Dvdkite
unable to use barssinceexit(1) but able to print it

Hello,

I'm basically trying to avoid an entry if there was already an entry closed in the previous bar. So just to be sure I decided the avoid entries at least for 3 bars after the last trade so I...
Forum: MultiCharts October 14th, 2019, 01:08 PM
Replies: 4
Views: 2,297
Posted By Dvdkite
With IQFEED you won't have this problem....but...

With IQFEED you won't have this problem....but datas are expensive.
Forum: MultiCharts October 14th, 2019, 11:50 AM
Replies: 3
Views: 812
Posted By Dvdkite
Backetest is working only from the past 5 days and misteriously dosn't beforeThatDate

Hello Everyone,

I have a very simply strategy ( it's just at the first step of development ) that buy after a green candle with a body of minimum 15 pts and sell after a red candle of 15 pts........
Showing results 1 to 25 of 162

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

Total votes: 159
 


 
 


© 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