Yuichiro Yamashita

Results 57 issues of Yuichiro Yamashita

fix compiler warning of "'String' concatenation can be converted to a template".

fix: https://github.com/sveltejs/svelte/issues/7764 Class attributes were reset if outro existed and element had not yet been destroyed. But class directive was not like that. This PR fixed this issue. ### Before...

fix: https://github.com/sveltejs/svelte/issues/7733 ### Before submitting the PR, please make sure you do the following - [x] It's really useful if your PR references an issue where it is discussed ahead...

fix: https://github.com/sveltejs/svelte/issues/7461 I needed duplicate code for implementing this, so I did refactoring in the last commit for removing it. ### Before submitting the PR, please make sure you do...

fix: https://github.com/sveltejs/kit/issues/4264 I am accessing the Demo app from Tokyo but the response is not good. I considered using indexedDB or Session Storage but did not adopt them because it...

examples
pkg:create-svelte

表題につきまして、自力で解決できませんでしたので、こちらに記載させていただきます。 現在、オーダー発行について、 broker.buy(:USDJPY, 10000, :market, { stop_loss: @price.to_f - 0.5, take_profit: @price.to_f + 0.5, trailing_stop: 10 }) *「@price」は現在価格 と実装し、テストを行っているのですが、「stop_loss」だけオーダーに反映されません。 そして、なぜか15pips下がったところでロスカットされています。 なぜ「stop_loss」がオーダーに反映されないのかご教示頂けませんでしょうか。 また、「stop_loss」と「take_profit」 について、"注文価格の50pips下"などと指定する方法はあるのでしょうか? 合わせてご教示頂けたら幸いです。 よろしくお願い致します。

ボリンジャーバンドの傾きを「Signals::BollingerBands」を用いて取得した値から導出し、 その傾きを売買判定に使用したいと思っていますが、傾きの取得部分が実装できず困っています。 表題の機能の実装方法をご教示頂けないでしょうか。

fix: https://github.com/sveltejs/svelte/issues/7550 I added better error message in dev mode. And I improved error message of SSR little bit. Improved error message is like below. ### Before submitting the PR,...

fix: https://github.com/sveltejs/svelte/issues/7503 ### Before submitting the PR, please make sure you do the following - [x] It's really useful if your PR references an issue where it is discussed ahead...

fix: https://github.com/sveltejs/svelte/issues/7825, https://github.com/sveltejs/svelte/issues/7454, https://github.com/sveltejs/svelte/issues/7657 ### Before submitting the PR, please make sure you do the following - [x] It's really useful if your PR references an issue where it is...

docs